if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  position(o0,120,152);
  status.line.on();
  accept.input();
  draw(o0);
  show.pic();
     print(".........\"penthouse\"");

}
if(posn(o0,118,153,130,162)){
new.room(20);
}
if(said("take","money")){
if(has("money")){
print("You already took it.");
return();
}
print("Ok");
v3 += 6;
v29 = 45;
get("money");
  }
  if(said("look")){
  print("You're in your penthouse and there isn't even a bed");

  }
  if(said("look","out")){
  print("You see the city of Lost Angels.");

}
if(said("look","closet")){
if(has("money")){
print("It's empty.");

return();
}
print("You look into the closet and see some money in there. And of course you pick it up.");
v3 += 6;
v29 = 45;
get("money");
}
return();